home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Source / entries.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  140 b   |  10 lines

  1. #ifndef ENTRIES_H
  2. #define ENTRIES_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. #define BUFFERSIZE (5*1024)
  7. extern STRPTR GED_Buffer;
  8.  
  9. #endif /* ENTRIES_H */
  10.